home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / menu-new.tar / menu-new / menu / README < prev    next >
Text File  |  1992-07-04  |  2KB  |  74 lines

  1. PSCmenu 2.1
  2.  
  3. Changes Since 2.0:
  4.  
  5.     - The curses library is now used for better compatability (Even though
  6.       I hate how it works).
  7.     - It now runs on SUN and HP-UX and most BSD systems
  8.     - Some minor tweeks for smoother operation.
  9.  
  10. Install Notes for PSCmenu2.1
  11.  
  12.     This Menu system should compile on just about any machine.  I have
  13. it working under Ultrix, AIX (IBM system V), SUN and HP-UX.  These are the 
  14. only variations of UNIX that I know it has worked on.  If you have problems
  15. just ask.  If you need to make changes to get menu to run on your system
  16. please send me the following information:
  17.  
  18.     1.     Computer Type.
  19.     2.    Your variaton of UNIX. (Ultrix, AIX, SUN-OS, ...)
  20.     3.    Code you had to modify.
  21.  
  22. To compile:
  23.  
  24.     unshar the shell archive via: % sh menu.shar
  25.     
  26.     then edit the header files "menu.h" & "dir.h" and the Makefile to set 
  27.     appropriate paths for your system.
  28.     
  29.     Things to edit:
  30.  
  31.     dir.h:     PRINT_PATH    - Set to path/name of file containg print
  32.                   commands.
  33.         PRT_TO_SCR    - Name of program that prints to screen.
  34.     
  35.     menu.h:    MENU_DIR    - The directory containing menu files.
  36.  
  37.     then
  38.     
  39.     do: % make
  40.  
  41. To Test:
  42.  
  43.     do: % ./menu ./demos
  44.  
  45.     This should show you a working example of how this menu
  46.     works, the demo is set up for what this site is using so
  47.     the applications called may not be on your system.
  48.  
  49.  
  50. To install:
  51.  
  52.     do: % make install 
  53.  
  54. Problems or Questions:
  55.  
  56.     Send E-Mail to: ted@oz.plymouth.edu
  57.  
  58. Present & Future:
  59.  
  60.     At the present time menu has proved to be bug free, but there
  61. is a possibility there are bugs.  Menu has been tested for 15 months
  62. and has been used by hundreds of users successfully.  In the future
  63. I plan to add the capability of combining menu file options.
  64.  
  65.     Example:
  66.  
  67.         +1    /bin/cat
  68.  
  69.     This would do both options '+' and '1'.
  70.  
  71.  
  72. HP-UX Compatability, Thanks to:
  73.      Barry Mc Innes - barry@giaea.oz.au
  74.